home *** CD-ROM | disk | FTP | other *** search
/ Kaena - La Prophetie / Kaena - La Prophetie by Studio Xilam.iso / pc / FLASH / folder_progress.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2003-04-04  |  246 b   |  10 lines

  1. total_bytes = getBytesTotal();
  2. loaded_bytes = getBytesLoaded();
  3. remaining_bytes = total_bytes - loaded_bytes;
  4. percent_done = int(loaded_bytes / total_bytes * 100);
  5. bar.gotoAndStop(percent_done);
  6. ifFrameLoaded(149)
  7. {
  8.    gotoAndPlay(5);
  9. }
  10.